LassoScript Utility
Basics Browse Detail

[Email_POP->Size]

Tag Link [Email_POP->Size] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

Once the POP connection has been established [Email_POP->Size] reports how many messages are waiting on the server.

Syntax

[Var: 'myPOP' = (Email_POP: -Host='mail.example.com', -Username='Example', -Password='Example')]
[Loop: $myPOP->Size]

[Loop_Count] - [$myPOP->(Get: Loop_Count)]
[/Loop]
[$myPOP->Close]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.